home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Standards Checker
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Bill Toscano, Michael Gordon
- -- : Intermetrics, Inc,
- -- : 733 Concord Ave
- -- : Cambridge, MA 02138
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics, Inc.
- -- DATE CREATED : 15 October 1985
- -- DATE RELEASED : 18 March 1985
- -- DATE LAST UPDATED : 17 March 1985
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : PROGRAMMING TOOLS
- -- CATEGORY LEVEL 2 : STANDARDS
- -- CATEGORY LEVEL 3 : Standards Checker 2
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Ada Style
- -- INDEX : Style
- -- INDEX : Standards Checker
- -- INDEX : Checker, Standards
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_06_2
- -- SEE ALSO : ABSTRACT
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.STYLE>STND*.*
- -- FILE SPECS : PD:<ADA.COMPONENTS>ABSTRACT.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.STYLE>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- STND.CMM 1373 34
- -- STND.CO 123 10
- -- STND.DOC 74984 2564
- -- STND.PRO 3752 75
- -- STND.SRC 282653 6041
- -- STND.TST 125 7
- -- STNDABS.CO 622 54
- -- STNDABS.NOT 236 5
- -- STNDDOC.DIS 79 7
- -- STNDREAD.ME 3918 101
- -- =============== ========== ==========
- -- 10 Files 367865 8898
- -- Directory PD:<ADA.COMPONENTS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- ABSTRACT.CMM 2263 57
- -- ABSTRACT.CO 2657 51
- -- ABSTRACT.PRO 3334 74
- -- ABSTRACT.SRC 572620 17976
- -- =============== ========== ==========
- -- 4 Files 580874 18158
- --= ABSTRACT ===============================================--
- -- The Standards Checker checks a source file to see that it
- -- conforms to local programming standards. These standards include
- -- maximum number of lines per program unit, maximum number of arguments
- -- to a subprogram, use of pragmas, use of rep specs, use of named
- -- literals, naming of types and variables, etc. An annotated listing is
- -- output showing any misuse of these language constructs.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- -- 03/85 1.0 Bill Toscano Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-